Documentation > CMS Template API Library > RawPanel > Item[String]

Item[String]

Gets the with the specified key.

Type

System.String

Value

The field value

Parameters

NameDescriptionType
key The field name System.String

Code Example

C#

Sample:
//reading example 

string value = asset.Raw["key"];

Connect with Crownpeak